[ACM] Explicitly cast byte arrays when used in copy_from_guest
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 7 Aug 2007 08:04:44 +0000 (09:04 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 7 Aug 2007 08:04:44 +0000 (09:04 +0100)
commit7b448e13e0f816fab36a5a9f46a12fce3d585de8
treebad38292ea69cb5ed7bc95ec0c43841f56620318
parent617f3606512ddafeeb80f3192fa4a4e73ac03fed
[ACM] Explicitly cast byte arrays when used in copy_from_guest

Explicitly cast the target array type to an array of 'u8' since the
number of bytes copied is calculated from the type of element in the
target array times the number of elements (3rd parameter).

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
xen/acm/acm_policy.c